﻿body {
}
.loginbutton {
    position: relative;
    width: 150px; /* Main width */
    height: 50px;
    background-color: orangered;
    margin: 0px auto; /* Center the div */
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Arial Unicode MS';

}
.storeregbutton {
    position: relative;
    width: 250px;
    height: 50px;
    background-color: transparent;
    margin: 0px auto;
    color: black;
    border-radius: 20px;
    text-align: center;
    margin-right: 0px;
    font-family: 'Arial Unicode MS';

    /* Logo styling */
    background-image: url('../images/store logo main.png');
    background-size: 30px 30px; /* Adjust the size of the logo */
    background-position: right 10px center; /* Position the logo on the right, 10px from the edge, centered vertically */
    background-repeat: no-repeat; /* Prevent the logo from repeating */
    padding-right: 10px; /* Add padding to the right to make space for the logo */
}
.Ordernowbutton {
    position: relative;
    width: auto; /* Main width */
    height: 50px;
    background-color: orangered;
    margin: 0px auto; /* Center the div */
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Arial Unicode MS';
}

.headertext {

 
    text-align: center;
    font-family: 'Arial Unicode MS';
    font-size:30px;
}